home *** CD-ROM | disk | FTP | other *** search
- /** LastMsg.vlt
- *
- * Test of VLT review buffer.
- * When you're on BIX after having read a message, this script
- * will bring up the same message into TxEd Plus.
- *
- **/
-
-
- 'rev "D"' /* Deselect all */
- 'rev "R ======"' /* Search reverse for "======" */
- 'rev "S B"' /* Select all to bottom */
- 'rev "R R:"' /* Search reverse for "R:" */
- 'rev "D S"' /* Deselect this "search line" */
- 'rev "R no more unread"' /* Search for "no more unread" */
- 'rev "D S"' /* Deselect that one too */
- 'rev "R Hit <Return>"' /* Search for "Hit <return>" */
- 'rev "D S"' /* Deselect */
- 'rev "A ram:revtemp.txt"' /* Save selected lines temporarily*/
- address COMMAND 'e -win "VLT 0 0 640 100" ram:revtemp.txt' /* Edit it */
-